|
| 1 | +# This Source Code Form is subject to the terms of the Mozilla Public |
| 2 | +# License, v. 2.0. If a copy of the MPL was not distributed with this |
| 3 | +# file, You can obtain one at http://mozilla.org/MPL/2.0/. |
| 4 | + |
| 5 | +# LOCALIZATION NOTE (intl.accept_languages): |
| 6 | +# This is a comma-separated list of valid BCP 47 language tags. |
| 7 | +# |
| 8 | +# Begin with the language tag of your locale. Next, include language |
| 9 | +# tags for other languages that you expect most users of your locale to be |
| 10 | +# able to speak, so that their browsing experience degrades gracefully if |
| 11 | +# content is not available in their primary language. |
| 12 | +# |
| 13 | +# It is recommended that you include "en-US, en" at the end of the list as a |
| 14 | +# last resort. However, if you know that users of your locale would prefer a |
| 15 | +# different variety of English, or if they are not likely to understand |
| 16 | +# English at all, you may opt to include a different English language tag, or |
| 17 | +# to exclude English altogether. |
| 18 | +# |
| 19 | +# For example, the Breton [br] locale might consider including French and |
| 20 | +# British English in their list, since those languages are commonly spoken in |
| 21 | +# the same area as Breton: |
| 22 | +# intl.accept_languages=br, fr-FR, fr, en-GB, en |
| 23 | +intl.accept_languages=skr,en-US,en |
| 24 | + |
| 25 | +# LOCALIZATION NOTE (font.language.group): |
| 26 | +# This preference controls the initial setting of the language drop-down menu |
| 27 | +# in the Fonts and Colors > Advanced preference panel. |
| 28 | +# |
| 29 | +# Set it to the value of one of the menuitems in the "selectLangs" menulist in |
| 30 | +# http://searchfox.org/mozilla-central/source/browser/components/preferences/dialogs/fonts.xhtml |
| 31 | +font.language.group=ar |
| 32 | + |
| 33 | +# LOCALIZATION NOTE (pluralRule): Pick the appropriate plural rule for your |
| 34 | +# language. This will determine how many plural forms of a word you will need |
| 35 | +# to provide and in what order. |
| 36 | +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals |
| 37 | +pluralRule=1 |
| 38 | + |
| 39 | +# LOCALIZATION NOTE (intl.menuitems.alwaysappendaccesskeys, intl.menuitems.insertseparatorbeforeaccesskeys): |
| 40 | +# Valid values are: true, false, <empty string> |
| 41 | +# Missing preference or empty value equals false. |
| 42 | +intl.menuitems.alwaysappendaccesskeys= |
| 43 | +intl.menuitems.insertseparatorbeforeaccesskeys=true |
0 commit comments